home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 June / maximum-cd-2009-06.iso / DiscContents / digsby_setup.exe / res / MessageStyles / Smooth Separate Lines.AdiumMessageStyle / Contents / Resources / Variants / Red vs. Blue - Name (Time).css < prev   
Encoding:
Cascading Style Sheet File  |  2007-12-13  |  561 b   |  42 lines

  1. @import url(../styles/layout.css);
  2. @import url(../styles/base.css);
  3.  
  4. .prefix .timestampbefore {
  5.     display: none;
  6. }
  7.  
  8. .prefix .sender {
  9.     display: inline;
  10. }
  11.  
  12. .prefix .timestampafter {
  13.     display: inline;
  14. }
  15.  
  16. .incoming .prefix {
  17.     color: #2B5674;
  18. }
  19.  
  20. .outgoing .prefix
  21. {
  22.     color: #99171D;
  23. }
  24.  
  25. .incoming.context .prefix {
  26.     color: #2B5674;
  27. }
  28.  
  29. .outgoing.context .prefix {
  30.     color: #99171D;
  31. }
  32.  
  33. .context .messagebody, .context .nextmessagebody {
  34.     color: #454642;
  35.     background-color: #FFFFFF;
  36. }
  37.  
  38. .status_message {
  39.     text-align: center;
  40.     font: 9px "Lucida Grande";
  41.     color: #454642;
  42. }